Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance Member Management with Secure Updates and Password Management #82

Conversation

Guhapriya01
Copy link
Collaborator

This PR includes enhancements to member management:

  • Secure Member Updates: Improved security for member updates.
  • Password Update Endpoint: Added endpoint for updating passwords (/api/members/{id}/password).
  • DTO Refactoring: Moved Member-related DTOs (MemberDTO, UpdateMemberDTO, UpdatePasswordDTO) to the member.dto package for better organization.
  • Custom Exception: Implemented an InvalidPasswordException for incorrect submissions.

These changes aim to enhance security and maintainability in the member management.

@Guhapriya01 Guhapriya01 marked this pull request as ready for review October 20, 2024 08:07
Copy link
Owner

@ajaynegi45 ajaynegi45 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @Guhapriya01,

Thank you for your prompt work on this issue. I appreciate your dedication to the project.

I have reviewed your work, and I need some changes.

  • Correct the comment

    Screenshot 2024-10-23 at 12 29 44 PM

Once again, thank you for your contribution! ❤️

@ajaynegi45 ajaynegi45 merged commit 7b8d882 into ajaynegi45:main Oct 23, 2024
1 of 3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants